func runtime.getcallersp
27 uses
runtime (current package)
debugcall.go#L34: if sp := getcallersp(); !(getg().stack.lo < sp && sp <= getg().stack.hi) {
mprof.go#L927: sp := getcallersp()
mprof.go#L1119: sp := getcallersp()
mprof.go#L1196: sp := getcallersp()
mprof.go#L1238: sp := getcallersp()
mprof.go#L1258: sp := getcallersp()
panic.go#L289: d.sp = getcallersp()
panic.go#L320: d.sp = getcallersp()
panic.go#L456: sp := getcallersp()
panic.go#L502: addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
panic.go#L534: addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
panic.go#L796: p.sp = unsafe.Pointer(getcallersp())
panic.go#L874: addOneOpenDeferFrame(gp, getcallerpc(), unsafe.Pointer(getcallersp()))
panic.go#L1027: return getcallersp() + sys.MinFrameSize
panic.go#L1154: sp := getcallersp()
panic.go#L1190: sp := getcallersp()
proc.go#L1588: gp.sched.sp = getcallersp()
proc.go#L2047: gp.stack.hi = getcallersp() + 1024
proc.go#L2048: gp.stack.lo = getcallersp() - 32*1024
proc.go#L4064: reentersyscall(getcallerpc(), getcallersp())
proc.go#L4108: sp := getcallersp()
proc.go#L4132: save(getcallerpc(), getcallersp())
proc.go#L4161: if getcallersp() > gp.syscallsp {
signal_unix.go#L408: sp := getcallersp()
signal_unix.go#L482: gp.m.gsignal.stktopsp = getcallersp()
stubs.go#L358: func getcallersp() uintptr // implemented as an intrinsic on all platforms
traceback.go#L1103: sp := getcallersp()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |